From: Tino Calancha Date: Wed, 19 Aug 2020 11:52:21 +0000 (+0200) Subject: Make thingatpt recognise files names with @ in them X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5734 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6a61d5edd029f214384d3de95aee49fe43c83559;p=emacs.git Make thingatpt recognise files names with @ in them * lisp/thingatpt.el (thing-at-point-file-name-chars): Add @ (Bug#24606). --- diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 483a2c9bd83..3c2d766ffb1 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -258,7 +258,7 @@ E.g.: ;; Filenames -(defvar thing-at-point-file-name-chars "-~/[:alnum:]_.${}#%,:" +(defvar thing-at-point-file-name-chars "-@~/[:alnum:]_.${}#%,:" "Characters allowable in filenames.") (define-thing-chars filename thing-at-point-file-name-chars)